Skip to content

feat: add --link flag to use symbolic links instead of copy#233

Open
rounakkumarsingh wants to merge 1 commit intomsitarzewski:mainfrom
rounakkumarsingh:main
Open

feat: add --link flag to use symbolic links instead of copy#233
rounakkumarsingh wants to merge 1 commit intomsitarzewski:mainfrom
rounakkumarsingh:main

Conversation

@rounakkumarsingh
Copy link

  • Add USE_LINK global variable and --link CLI flag
  • Add install_file() helper that uses ln -sf when --link is set, cp otherwise
  • Update all install_* functions to use install_file()
  • Show mode in header when --link is used

What does this PR do?

Agent Information (if adding/modifying an agent)

  • Agent Name:
  • Category:
  • Specialty:

Checklist

  • Follows the agent template structure from CONTRIBUTING.md
  • Includes YAML frontmatter with name, description, color
  • Has concrete code/template examples (for new agents)
  • Tested in real scenarios
  • Proofread and formatted correctly

- Add USE_LINK global variable and --link CLI flag
- Add install_file() helper that uses ln -sf when --link is set, cp otherwise
- Update all install_* functions to use install_file()
- Show mode in header when --link is used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant